home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00239_ee5.pcx.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  9.2 KB  |  517x179  |  4-bit (6 colors)
   ocr: This lunction is in the standard library, and its function prototype is in "stdlib.h". - It causes the space pointed to by W to be deallocated. The system is then able to use this space for some other purpose. Unlilke automatic storage, space allocated by calloc()is not relinquished automatically upon exit from a lunction. The programmer must explicitly free this space.